OpenRoads Designer CONNECT Edition SDK Help

CreateCircularArc Method

Constructs a ProfileCircularArc by end points and radius.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileCircularArc CreateCircularArc( DPoint3d startPoint, DPoint3d endPoint,double radius)

Parameters

SettingDescription
  DPoint3d Center of the Circular Arc
  DPoint3d Radius of the Circular Arc
   The radius of the Circular Arc

Return Value

ProfileCircularArc The ProfileCircularArc element

See Also